home *** CD-ROM | disk | FTP | other *** search
/ Games of Daze / Infomagic - Games of Daze (Summer 1995) (Disc 1 of 2).iso / djgpp / diffs / libgplus.262 / libgplus / src / complex.h < prev    next >
Encoding:
Text File  |  1995-01-18  |  391 b   |  16 lines

  1. *** orig/libgplus.262/libgplus/src/complex.h    Sun Dec 18 19:07:56 1994
  2. --- src/libgplus.262/libgplus/src/complex.h    Sun Dec 18 19:08:08 1994
  3. ***************
  4. *** 1,6 ****
  5. --- 1,10 ----
  6.   #ifndef _complex_h
  7.   #define _complex_h
  8.   #define __ATT_complex__
  9. + #ifndef __MSDOS__
  10.   #include <Complex.h>
  11. + #else
  12. + #include <_Complex.h>
  13. + #endfi
  14.   typedef class Complex complex;
  15.   #endif
  16.